ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Hub Theme

GitHub's Sublime Text themes

Details

  • 2.7.0
    1.8.2
  • github.​com
  • github.​com
  • 1 year ago
  • 1 hour ago
  • 4 years ago

Installs

  • Total 48K
  • Win 24K
  • Mac 13K
  • Linux 11K
Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11
Windows 16 17 13 12 15 13 16 9 19 13 12 15 9 6 8 14 13 14 12 19 11 12 12 12 12 6 12 19 15 24 12 9 9 19 17 23 17 13 17 10 18 16 21 23 17 14
Mac 2 5 9 5 10 10 6 7 11 7 7 6 12 14 6 8 8 5 7 9 7 9 7 5 4 5 3 5 6 8 10 9 6 9 10 20 6 5 5 8 4 13 10 7 6 6
Linux 5 5 9 5 7 11 5 3 9 8 3 6 7 5 6 4 7 3 9 11 9 8 6 8 5 8 6 2 9 10 5 6 12 9 11 10 12 10 8 2 8 6 6 8 13 5

Readme

Source
raw.​githubusercontent.​com

GitHub's Sublime Text themes

Project inspired on GitHub VS Code theme.

GitHub Sublime Text theme

Install

Package Control:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type GitHub Theme and press ENTER.

Manually:

  1. Download the latest release and unzip.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Move folder inside and rename the folder to GitHub Theme.

Activate the Theme

You can activate available themes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Theme next find for your favorite theme:
    • GitHub Adaptive 🆕
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
  3. Finally press ENTER:

You can activate available schemes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Color Scheme choose you favorite scheme:
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
  3. Finally press ENTER:

Additionally, there are also two older schemes.

  • GitHub Light Legacy
  • GitHub Dark Legacy

Note: They might not get updated frequently and are kept for legacy reasons.

Recommended Settings

To enjoy a better experience using this theme in Sublime Text, please check the following settings.

{
    "font_face": "Fira Code",
    "highlight_line": true,
    "margin": 20,
    "line_padding_bottom": 7,
    "line_padding_top": 7,
    "caret_extra_bottom": 12,
    "caret_extra_top": 12,
    "hide_tab_scrolling_buttons": true
}